home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / The Best of BMUG / Business / Home / Home Finance II 1.2 / Home Finance II 1.2.rsrc / LENS_134_Programme Registration < prev    next >
Text File  |  1994-04-20  |  794b  |  43 lines

  1. ItemType: WIND
  2. Rect: 170,133,470,293
  3. Style: Dialog
  4. HasTitleBar: TRUE
  5. HasZoomBox: FALSE
  6. Name: Programme Registration
  7. Result: i3_Text
  8.  
  9. ItemType: TEXT
  10. Rect: 8,62,86,78
  11. Name: Label
  12. Text: User Name:
  13.  
  14. ItemType: TEXT
  15. Rect: 8,95,80,111
  16. Name: Label
  17. Text: Password:
  18.  
  19. ItemType: TEXT
  20. Rect: 96,59,294,81
  21. Name: UserName
  22. LockText: FALSE
  23.  
  24. ItemType: TEXT
  25. Rect: 96,92,294,114
  26. Name: Password
  27. LockText: FALSE
  28.  
  29. ItemType: PICT
  30. Rect: 252,6,293,49
  31. Name: Cath SW Logo 2
  32.  
  33. ItemType: PUSH
  34. Rect: 218,132,290,152
  35. Name: OK
  36. DefaultItem: TRUE
  37. Script: put wsget(wdname,3,text) into wdun¬put wsget(wdname,4,text) into wdpw¬if getcbal(wdun,wdpw) = "Legit" then¬  wssend wdname,0,close¬else¬  reperror wdname,"Incorrect Name or Password !"¬end if
  38.  
  39. ItemType: PUSH
  40. Rect: 119,132,199,152
  41. Name: Cancel
  42. CancelItem: TRUE
  43. AutoClose: TRUE